home *** CD-ROM | disk | FTP | other *** search
/ Klondike Gold - An Interactive History / Klondike Gold - An Interactive History.iso / ab3.dir / 00119_Script_119 < prev    next >
Text File  |  1995-11-28  |  524b  |  32 lines

  1. on exitFrame
  2.   --5
  3.   
  4.   HL 45, 28
  5.   preLoadCast 46, 50
  6.   
  7.   if rollover(3) then
  8.     show "V005.A"
  9.   else
  10.     if rollover(4) then
  11.       show "V005.b"
  12.     else
  13.       if rollover(5) then
  14.         show "V005.c"
  15.       else
  16.         if rollover(6) then
  17.           show "V005.d"
  18.         else
  19.           if rollover(7) then
  20.             show "V005.e"
  21.           else
  22.             reshow "5", "V005"
  23.             prompt2
  24.           end if
  25.         end if
  26.       end if
  27.     end if
  28.   end if
  29.   
  30.   go the frame
  31.   
  32. end